System.AddIn Tools and Samples

clraddins.zip (11,1 MB)
Introduction Welcome to the CodePlex site for the Managed Extensibility and Add-In Team. This site will be the home to both samples and tools designed to help you make the best use of the new System.AddIn features in the .Net FX v3.5. We'll continue to use our blog http://blogs.msdn.com/clraddins/ for information and discussion about our work, but from now on we'll be hosting our samples here for easier access. The initial focus will be on two things: Bringing over samples from the team blog to this site The release of the Pipeline Builder tool For more information on our work please see our additional resources page.

Visual Studio Flat Solution Explorer

The Flat Solution Explorer is a Visual Studio 2005 Addin that shows a non-hierarchical view of all items in a solution. There is an input box that provides real time filtering of the items. This is a great Addin for managing large solutions. This Addin is implemented in C++ using ATL.